DrawControlInCurrentPort
NEW WITH THE APPEARANCE MANAGER
Draws a control in the current graphics port.
pascal void DrawControlInCurrentPort (ControlHandle inControl);
inControl
- On input, a handle to the control you wish to draw.
DISCUSSION
Normally, controls are automatically drawn in their owner's graphics port withDrawControls
,DrawOneControl
, andUpdateControls
.DrawControlInCurrentPort
permits easy offscreen control drawing and printing. All standard system controls support this function.SEE ALSO
"Appearance Manager Gestalt Selector Constants".